Append(Int32[],TextFormat) Method
Adds a text run with the specified format to the end of the
Inlines collection.
'Declaration
Public Overloads Function Append( _
ByVal () As System.Integer, _
ByVal As TextFormat _
) As TextRun
Parameters
- codePoints
- An array of UTF-32 characters (code points).
- format
- The text format to use.
Return Value
The created text run.